diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a7e0d842a1ff09d1cc1f309d0503b5577fe1df3..c0a90fff9dd5501166a33a3fe5bfb6408652a443 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -351,7 +351,7 @@ if ( WALBERLA_BUILD_WITH_PYTHON )
     FetchContent_Declare(
             pybind11
             GIT_REPOSITORY https://github.com/pybind/pybind11.git
-            GIT_TAG        v2.13.0
+            GIT_TAG        v2.13.6
     )
 
     FetchContent_MakeAvailable(pybind11)