On my computer, the file
\documentclass{article}
\usepackage{mathrsfs}
\begin{document}
$\tilde{\mathscr M}$
\end{document}
renders as

But shouldn't the tilde be shifted to the right, so that it's directly above the top points of the M? (I have similar problems with other accents and other rsfs letters.)
What files do you think I need to update? My .log file says I'm using
mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
ursfs.fd 1998/03/24 rsfs font definition file (jk)
Edit: Here is my ursfs.fd file:
%% ursfs.fd
%%
%% (c) Copyleft 1995, 1996, 1998, 1999 J"org Knappen
%% Licence: GNU public licence version 2
%%
\ProvidesFile{ursfs.fd}[1998/03/24 rsfs font definition file (jk)]
\DeclareFontFamily{U}{rsfs}{\skewchar\font127 }
\DeclareFontShape{U}{rsfs}{m}{n}{%
<5> <6> rsfs5
<7> rsfs7
<8> <9> <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> rsfs10
}{}
\endinput
J"org Knappen, Barbarossaring 43, D-55118 Mainz, Allemagne
Author of the Book: Schnell ans Ziel mit LaTeX2e, Oldenbourg-Verlag
M"unchen, 1997, ISBN 3-486-24199-0.
% /ursfs.fd
Edit #2: Okay, I think the problem is with the rsfs10.tfm file that my MiKTeX looks at by default. I downloaded a rsfs10.tfm file from a website and put the file in the same directory as my test paper, and the $\tilde{\mathscr M}$ rendered correctly.
Is there a preferred website to get .tfm files from?
ursfs.fd? – egreg Dec 20 '12 at 14:59rsfs10.tfmfile has size 688 bytes, found in/usr/local/texlive/2012/texmf-dist/fonts/tfm/public/rsfs/rsfs10.tfmCan you check for it? – egreg Dec 20 '12 at 18:39