From 8928dbf10ecad06d8528070ec23046df8d8ed7ed Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Apr 2026 08:28:31 +0000 Subject: [PATCH] libretro.beetle-supergrafx: 0-unstable-2024-11-15 -> 0-unstable-2026-03-31 --- .../emulators/libretro/cores/beetle-supergrafx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-supergrafx.nix b/pkgs/applications/emulators/libretro/cores/beetle-supergrafx.nix index 3f0597c4f6ca..8706008055ad 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-supergrafx.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-supergrafx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-supergrafx"; - version = "0-unstable-2024-11-15"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-supergrafx-libretro"; - rev = "a776133c34ae8da5daf7d9ccb43e3e292e2b07b0"; - hash = "sha256-FemWW4EPQCwhrS7YEytf6fEeimdTTfzaDdyRNDIBQyk="; + rev = "3442f442b112ccf869791600661438804f1dfc51"; + hash = "sha256-5MJ9IxIL2PX0vxZTSCcAHjxacK5BQZ+Dj5tSxiW+2x8="; }; makefile = "Makefile";