From 509e6db322572b83d92cf6859aced9b5f207973c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 1 May 2026 09:26:55 +0000 Subject: [PATCH] libretro.virtualjaguar: 0-unstable-2026-04-16 -> 0-unstable-2026-05-01 --- .../applications/emulators/libretro/cores/virtualjaguar.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/virtualjaguar.nix b/pkgs/applications/emulators/libretro/cores/virtualjaguar.nix index 7bc2cfdb3387..d33c0938c749 100644 --- a/pkgs/applications/emulators/libretro/cores/virtualjaguar.nix +++ b/pkgs/applications/emulators/libretro/cores/virtualjaguar.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "virtualjaguar"; - version = "0-unstable-2026-04-16"; + version = "0-unstable-2026-05-01"; src = fetchFromGitHub { owner = "libretro"; repo = "virtualjaguar-libretro"; - rev = "dd44259f8dca0ba87068eb2264367c01e131c263"; - hash = "sha256-prvUvHXOeSWG5BK4mHkkFVnq0xGc3pI09GDNJJvZfgs="; + rev = "e04f953915731c15f5f9cb9b8ae44630c901f23f"; + hash = "sha256-jjF3vyVuxViyZP1wbxZduBhURYylGdS3BKxzKnPBm7Q="; }; makefile = "Makefile";