libretro.bsnes: 0-unstable-2024-12-13 -> 0-unstable-2025-01-10

This commit is contained in:
Thiago Kenji Okada
2025-01-10 19:53:27 +00:00
parent 979c414a3f
commit 82f3f3900a
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "bsnes";
version = "0-unstable-2024-12-13";
version = "0-unstable-2025-01-10";
src = fetchFromGitHub {
owner = "libretro";
repo = "bsnes-libretro";
rev = "a0bb11bbb1fc5d6b478baca53c3efe526c43986c";
hash = "sha256-unOJ2hdCA5LxNUcJe7fJCAetLpqrQzujxFDOsxLzXow=";
rev = "1e0054da1c158857dc444b9b52273ddd18858d49";
hash = "sha256-zm4X5RTaAm2njtvCBWBT1vhtf/YQvoBaaBSMzz9D2aQ=";
};
makefile = "Makefile";