diff --git a/examples/benchmark/index.html b/examples/benchmark/index.html
index e191c85..f088607 100644
--- a/examples/benchmark/index.html
+++ b/examples/benchmark/index.html
@@ -594,7 +594,7 @@
Comparison Charts
async function loadFlareEngine(config) {
if (!flareLib) {
log('Loading @sauravpanda/flare WASM from CDN...', 'info');
- const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.12/pkg';
+ const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.13/pkg';
const wasmUrl = `${CDN}/flare_web_bg.wasm`;
// Fetch the JS module source, patch the WASM URL, and load via blob