diff --git a/CHANGELOG.md b/CHANGELOG.md index af14a14a..dd6e0627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe ### Changed -- Updated melonDS to commit 0a5cf89. +- Updated melonDS to commit 88ba2d9. - Updated libretro-common to commit fce57fd. ## [0.7.25] - 2023-11-06 diff --git a/cmake/FetchDependencies.cmake b/cmake/FetchDependencies.cmake index e6060f97..e9444b7f 100644 --- a/cmake/FetchDependencies.cmake +++ b/cmake/FetchDependencies.cmake @@ -37,7 +37,7 @@ function(fetch_dependency name default_url default_tag) FetchContent_GetProperties(${name}) endfunction() -fetch_dependency("melonDS" "https://github.com/JesseTG/melonDS" "0a5cf89") +fetch_dependency("melonDS" "https://github.com/JesseTG/melonDS" "88ba2d9") fetch_dependency("libretro-common" "https://github.com/libretro/libretro-common.git" "fce57fd") fetch_dependency("embed-binaries" "https://github.com/andoalon/embed-binaries.git" "21f28ca") fetch_dependency(glm "https://github.com/g-truc/glm.git" "47585fd")