diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 99f05bcbc6a0c3ee2a179c826b2df7f4cbfa447d..ab2153b297dccd5906d270f608b28a7ce145dbe5 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -5,7 +5,7 @@ include(FetchContent)
 FetchContent_Declare(
     pybind11
     GIT_REPOSITORY https://github.com/pybind/pybind11.git
-    GIT_TAG v2.9.1
+    GIT_TAG v2.9.2
 )
 
 FetchContent_GetProperties(pybind11)