From 87a1fbce27f33ea3159d5c533fa41c4951ebd63d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 22 Aug 2025 00:39:26 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-08-03 -> 0-unstable-2025-08-18 --- 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 e6758d63c089..471993cb12f2 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-08-03"; + version = "0-unstable-2025-08-18"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "9c05f5b1ed748394cc8ef83a77873c6c9ab9a6a5"; - hash = "sha256-b/Qwto3draMZOD7a6IHxQwQmaKf11v/r/sOS2oCrGVg="; + rev = "d9f594146b6c43b7b15ee2569d1175e62030f0cb"; + hash = "sha256-sQZUuAwCYy4YKaiPPt+0q8lblqb7U7kiGWk2kYK3Kmk="; fetchSubmodules = true; };