Unverified Commit ad58ac1c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libretro.fbneo: 0-unstable-2026-03-03 -> 0-unstable-2026-03-08 (#499123)

parents 951b05f2 110e632d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2026-03-03";
  version = "0-unstable-2026-03-08";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "7706b59fecf5a8ef81190d8d7e0abe3b08ce6d22";
    hash = "sha256-D2PB2vaq1HpHAE0/c5I9YxwFPS8QQ4hSRuKu5xzJR/k=";
    rev = "14ff80a2e0611d039321a3ac0dd76bf6b4e3210f";
    hash = "sha256-L6KYyEb95L9rDnaMVh49afaWxsshTy3eujsTQWbPfl0=";
  };

  makefile = "Makefile";