From 92959f83d6a7e5e0850289f82a2250d6a7f85ece Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 18 Jan 2026 14:48:15 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2026-01-05 -> 0-unstable-2026-01-16 --- .../applications/emulators/libretro/cores/mame2003-plus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix index ba6f3c6c58c8..e3260d8b3d00 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003-plus"; - version = "0-unstable-2026-01-05"; + version = "0-unstable-2026-01-16"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "9e119625ae7aab771c6f12e6e5ffccfd24b3bd4d"; - hash = "sha256-Zso1EmJ+JH+eynV87tBUWGq9sPqhMwSHmc4gbF94btE="; + rev = "b9b7bfaa2d9e40ca5b94af1f6e9ec77332e4f6c3"; + hash = "sha256-92lHdfYlITWPO4uVzVf3l+rm3RPyUu7/dO6h9t/+A4Q="; }; makefile = "Makefile";