From f79b7c76486899d043f722a8b18fdb009a8f5ee9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Oct 2025 04:58:14 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-09-04 -> 0-unstable-2025-09-26 --- pkgs/applications/emulators/libretro/cores/mame.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame.nix b/pkgs/applications/emulators/libretro/cores/mame.nix index 643afe13598c..f23616c03969 100644 --- a/pkgs/applications/emulators/libretro/cores/mame.nix +++ b/pkgs/applications/emulators/libretro/cores/mame.nix @@ -9,13 +9,13 @@ }: mkLibretroCore { core = "mame"; - version = "0-unstable-2025-09-04"; + version = "0-unstable-2025-09-26"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "e42c983a90d3334bed659ecc12939ca935bef1c3"; - hash = "sha256-HfLxZ9OWX++hvT7ru8OOtYGFmfwVlLqne3n/vjdn7CY="; + rev = "61743c76180f1ad454227ed1be0261a071d37d67"; + hash = "sha256-R7zBl8Y5tnG+CkFgyTdwlGlCLwG/9Svs3hsJJp12fOY="; fetchSubmodules = true; };