libretro.bsnes: 0-unstable-2025-07-11 -> 0-unstable-2025-07-18

This commit is contained in:
R. Ryantm
2025-07-19 22:34:18 +00:00
parent d41e390a08
commit d73f564bea

View File

@@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "bsnes";
version = "0-unstable-2025-07-11";
version = "0-unstable-2025-07-18";
src = fetchFromGitHub {
owner = "libretro";
repo = "bsnes-libretro";
rev = "df64459ea3a6c3e6e112f81c56d1426074a78d2f";
hash = "sha256-eW9283UcE1wpP/dh/FYZ/oJwVgAefubnfcvQLTABB0k=";
rev = "28c358173a39d6311841c756ac0e82975d798048";
hash = "sha256-hRWc8jcpEHl15rESCLdoKXuQn8Jr5YJdOiJ7gOww6oM=";
};
makefile = "Makefile";