From bc14cd6c240769840613c83246e6899a84b9a19b Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:04:18 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2024-12-29 -> 0-unstable-2025-01-06 --- .../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 2773bb0f89c9..81eb0548dc72 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-2024-12-29"; + version = "0-unstable-2025-01-06"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "aaf1a95728d9ca6d4cf6633b6a839f8daa27db81"; - hash = "sha256-AjeXfISAcH6RiHU5gJutZUdpg2p+ASVKsI1+Nl76xSY="; + rev = "aee3dac97c72e45b43423349289937dbe2d4a1ce"; + hash = "sha256-X8K536+VfM/WAr4LIhYGWKEt8Oz8GCUMoSqYwQXBQos="; }; makefile = "Makefile";