libretro.mame: 0-unstable-2025-12-21 -> 0-unstable-2026-01-01 (#477502)

This commit is contained in:
Thiago Kenji Okada
2026-01-06 20:11:00 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
}:
mkLibretroCore {
core = "mame";
version = "0-unstable-2025-12-21";
version = "0-unstable-2026-01-01";
src = fetchFromGitHub {
owner = "libretro";
repo = "mame";
rev = "00cd2b406b2498139980a20145691d6769f83dae";
hash = "sha256-CraC2iwAkqRcu5EJQuUckg4Xo+lPTNvhuDgbUDRfKeU=";
rev = "b207f9c6fc93b9d21417a9e4424607840c71db6b";
hash = "sha256-n9vDYSzij01rRgUc8l763FCLXsFGHIsZxAIZ+N8IBGo=";
fetchSubmodules = true;
};