diff --git a/examples/conformance/CMakeLists.txt b/examples/conformance/CMakeLists.txt
index 13cfb68bee7b29e47c5b636c124536959570c4e1..651d2c328263d25ae96b0ffaaa9c9e558f8fdfb7 100644
--- a/examples/conformance/CMakeLists.txt
+++ b/examples/conformance/CMakeLists.txt
@@ -85,7 +85,7 @@ if(CUSTOM_CTS_GIT_TAG)
   set(CTS_GIT_TAG "${CUSTOM_CTS_GIT_TAG}")
 else()
   # Use PoCL's fork which has pending fixes.
-  set(CTS_GIT_TAG "v2024.08.28")
+  set(CTS_GIT_TAG "v2024.10.09")
 endif()
 
 set(TS_BUILDDIR "${TS_BUILDDIR}/test_conformance")