libretro.bsnes: 0-unstable-2024-09-06 -> 0-unstable-2024-12-13

This commit is contained in:
R. Ryantm
2024-12-31 19:28:46 +00:00
parent ffd125e27f
commit 2db84d5d3f
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "bsnes";
version = "0-unstable-2024-09-06";
version = "0-unstable-2024-12-13";
src = fetchFromGitHub {
owner = "libretro";
repo = "bsnes-libretro";
rev = "20c55eb6333a11395ba637df8583066483e58cb2";
hash = "sha256-IP00xtxS3wwnQSmYltrX8GEHZX/65xnx2EsmQlE1VZM=";
rev = "a0bb11bbb1fc5d6b478baca53c3efe526c43986c";
hash = "sha256-unOJ2hdCA5LxNUcJe7fJCAetLpqrQzujxFDOsxLzXow=";
};
makefile = "Makefile";