diff --git a/examples/index.html b/examples/index.html
index 3d45ae1..60e1d96 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -250,8 +250,8 @@
const name = `${ex.label.toLowerCase().replace(/\s/g, '-')}-${ex.visualModule}-${ex.physicsModule}`;
// const sbBranchSuffix = 'tree/new-examples/';
// const sbBranchSuffix = 'tree/main/';
- const sbBranchSuffix = 'tree/0.0.49/';
- // const sbBranchSuffix = 'tree/4d36b3398a502a694a0e9dbb1fcfaa65264bc4bb/';
+ // const sbBranchSuffix = 'tree/0.0.49/';
+ const sbBranchSuffix = 'tree/d734d243db65796a997efadd9798e0bb1632f3eb/';
return {
...ex,
url: `https://gg-web-demos.guraklgames.com/${name}/index.html`,