From 999e5392a496279b6ddf7adce06e2f6a35043b3f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 15 Apr 2026 16:13:48 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-04-07 -> 0-unstable-2026-04-12 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index 14df3e5b0514..30654fbbb865 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2026-04-07"; + version = "0-unstable-2026-04-12"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "ad03e10c16a70b289f29bb10112857961125b4e6"; - hash = "sha256-XSCI+94PXJXnU6/6lqA+1p05A3p2r8W0XPwbaDPSsaM="; + rev = "321bdaf08b4b007a720f196ea072c1813b1b7efe"; + hash = "sha256-9Ry5+krdhz2RCmZZh2l6DdcKTgMpcgHwOBG4c7fc/og="; fetchSubmodules = true; };