From 9af3bad01af111e81eae7353f18c2080cc035fa3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 24 Aug 2026 13:37:27 +0000 Subject: [PATCH] libretro.beetle-supafaust: 0-unstable-2026-07-22 -> 0-unstable-2026-08-23 --- .../emulators/libretro/cores/beetle-supafaust.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-supafaust.nix b/pkgs/applications/emulators/libretro/cores/beetle-supafaust.nix index 836b2f1dca2c..0e713e6f46da 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-supafaust.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-supafaust.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-supafaust"; - version = "0-unstable-2026-07-22"; + version = "0-unstable-2026-08-23"; src = fetchFromGitHub { owner = "libretro"; repo = "supafaust"; - rev = "d6187e5337e6c2646d003db3ab1936727ca75301"; - hash = "sha256-r9sZGTpJo+jiEDZnzSgcwzBerI4BHL2p/WvJQpdW31g="; + rev = "642d1d1b6684aa7e306a02a89885f3f5456a5157"; + hash = "sha256-malpQAapdRY/V4y2Csm36+Bo1WCRcAWnx4C4okC5S4k="; }; makefile = "Makefile";