From 274380e6e4809484f9d7fd7ed2b4f354411482f9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 23 Apr 2026 22:34:26 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-04-12 -> 0-unstable-2026-04-17 --- 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 30654fbbb865..fef644c69df9 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-12"; + version = "0-unstable-2026-04-17"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "321bdaf08b4b007a720f196ea072c1813b1b7efe"; - hash = "sha256-9Ry5+krdhz2RCmZZh2l6DdcKTgMpcgHwOBG4c7fc/og="; + rev = "ae5416a5cb1df362382279172818ac4bb692dc97"; + hash = "sha256-3eFkirJm3tBLvJrM0rcTX1tFnKnWag8s3eUL17nQc9w="; fetchSubmodules = true; };