diff --git a/cmake/PybindModuleCreation.cmake b/cmake/PybindModuleCreation.cmake
index 853810e24b40eadb0830645a4373c238177ad649..e3f1cf6fa94e72c19ed46bb799c47f9cdb23e3f7 100644
--- a/cmake/PybindModuleCreation.cmake
+++ b/cmake/PybindModuleCreation.cmake
@@ -6,7 +6,7 @@ function(generate_python_binding name target_to_bind)
     FetchContent_Declare(
     PyBind11
     GIT_REPOSITORY https://github.com/pybind/pybind11.git
-    GIT_TAG        v2.10.4 # or a later release
+    GIT_TAG        v2.13.6 # or a later release
     )
     FetchContent_MakeAvailable(PyBind11)